inspector: UI refresh
authorMatthias Clasen <mclasen@redhat.com>
Mon, 7 Mar 2016 01:41:28 +0000 (20:41 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 7 Mar 2016 05:24:15 +0000 (00:24 -0500)
commitaa193ce4a4485ab37f703ea44e6342580a3d3eb6
tree7913b488461b54df298babae682013754af21078
parent4b5bcdeaa5470581eaeefbf35f251fb17e904809
inspector: UI refresh

The sidebar in the object page was using up more space than it deserves.
Replace it with a combo box in the subheader. Now that we have more space,
put the CSS node tree and the style properties in the same page again.
27 files changed:
gtk/inspector/Makefile.inc
gtk/inspector/actions.c
gtk/inspector/actions.ui
gtk/inspector/css-node-tree.c
gtk/inspector/css-node-tree.ui
gtk/inspector/gestures.c
gtk/inspector/gtkstackcombo.c [new file with mode: 0644]
gtk/inspector/gtkstackcombo.h [new file with mode: 0644]
gtk/inspector/init.c
gtk/inspector/magnifier.c
gtk/inspector/magnifier.ui
gtk/inspector/menu.c
gtk/inspector/menu.ui
gtk/inspector/misc-info.c
gtk/inspector/misc-info.ui
gtk/inspector/object-hierarchy.c
gtk/inspector/object-hierarchy.ui
gtk/inspector/prop-list.c
gtk/inspector/prop-list.ui
gtk/inspector/selector.c
gtk/inspector/selector.ui
gtk/inspector/signals-list.c
gtk/inspector/signals-list.ui
gtk/inspector/size-groups.c
gtk/inspector/window.c
gtk/inspector/window.h
gtk/inspector/window.ui